home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / fonts / mvpsf.lha / MvPSF1_4 / MvPSF.doc < prev    next >
Text File  |  1996-04-10  |  3KB  |  72 lines

  1. MvPSF ©1996 Christophe Labouisse
  2.  
  3. I Introduction.
  4.  
  5. MvPSF is a PostScript fonts renaming utility very much like PFBR by V. Keith
  6. Warden. MvPSF scans a bunch of files and try to find out the PostScript names
  7. of the fonts. Then it renames the files according to that name. Like PFBR MvPSF
  8. is able to recognize and process type 1 fonts in binary form. But unlike PFBR
  9. MvPSF can also process type 1 fonts in downloadable form or metric files (AFM).
  10.  
  11.  
  12. II Usage
  13.  
  14. MvPSF is cli only so don't try to run it from the workbench it would be
  15. useless.
  16.  
  17. MvPSF FILE/M/A,VERBOSE/S,ALL/S,STAT/S
  18.  
  19. FILE : You can give MvPSF any number of files or directories you want. It
  20. process every file and scans every directory to find out PostScript
  21. font/metric files. You can also use amigados patterns.
  22.  
  23. VERBOSE : When you include the keyword you get a message for every file
  24. processed and every directory scanned. Used mostly for debugging.
  25.  
  26. ALL : With the keyword MvPSF process recursively every directory you give in
  27. the command line. For example 'MvPSF DH0: ALL' makes MvPSF scan every file on
  28. the volume DH0:. This keyword only changes MvPSF's behavior with directories.
  29.  
  30. STAT : Prints statistics about the files and directories processed by MvPSF.
  31.  
  32.  
  33. III What does MvPSF do ?
  34.  
  35. For every file it reads the 64 first bytes and try to find out to what type the
  36. file belong. Right now MvPSF recognize three file types and renames them like
  37. this :
  38.  
  39.     - Type 1 font in binary format. Renamed as FontName.PF.
  40.     - Type 1 font in download format. Renamed as FontName.PFA
  41.     - Metrics file. Renamed as FontName.AFM
  42.  
  43.  
  44. IV Distribution.
  45.  
  46. MvPSF is a LMKIYUIWare (Let Me Know If You Use It Ware ;-)). That is to say you
  47. can send me a e-mail if you like or dislike this program as long as you use it.
  48.  
  49. MvPSF is freely distributable for non commercial purpose as long as the archive
  50. stays intact and unmodified. If you include MvPSF in a coverdisk for a
  51. magazine I like to have a free issue.
  52.  
  53. Even if MvPSF is distributed with its source you are *not* allowed to modify
  54. and redistribute it without my clearance.
  55.  
  56. Last, MvPSF is distributed without any warranty and I should be help reponsable
  57. for the consequences of the use of MvPSF
  58.  
  59.  
  60. V Bug report.
  61.  
  62. I try to test rather intensivly MvPSF with APurify by Samuel Devulder so their
  63. should be much bugs left. But like New-York lotto you never know. If you find a
  64. bug or a notice a strange behavior describe it and send it to me along with
  65. your configuration (Hardware, OS, etc.) and I'll try to correct it.
  66.  
  67. Anyway since I do not have any official PostScript documentation on fonts I had
  68. to make up my own typing rules. So if you have a font not processed properly
  69. get in touch with me so I can find out where my guess is wrong.
  70.  
  71.  
  72.